-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dist/testbed-support: add nrf52{840,832}mdk in IOTLAB_NODE targets #12395
dist/testbed-support: add nrf52{840,832}mdk in IOTLAB_NODE targets #12395
Conversation
0dc6b6e
to
b389b88
Compare
Hmm somehow this is not working for me for
I have correctly reserved the experiment though:
Am I missing something? |
c663c27
to
bdd3fed
Compare
There was a small mistake. It's fixed now. |
(I had to stop your experiment on IoT-LAB, sorry ;) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can flash on both boards once rebase on #12394
IOTLAB_EXP_ID=180302 make BOARD=nrf52832-mdk IOTLAB_NODE=auto-ssh -C examples/hello-world flash-only
make: Entering directory '/home/francisco/workspace/RIOT-test/examples/hello-world'
iotlab-node --jmespath='keys(@)[0]' --format='int' --id 180302 --list saclay,nrf52832mdk,1 --update /home/francisco/workspace/RIOT-test/examples/hello-world/bin/nrf52832-mdk/hello-world.elf | grep 0
0
make: Leaving directory '/home/francisco/workspace/RIOT-test/examples/hello-world'
IOTLAB_EXP_ID=180302 make BOARD=nrf52840-mdk IOTLAB_NODE=auto-ssh -C examples/hello-world flash-only
make: Entering directory '/home/francisco/workspace/RIOT-test/examples/hello-world'
iotlab-node --jmespath='keys(@)[0]' --format='int' --id 180302 --list saclay,nrf52840mdk,1 --update /home/francisco/workspace/RIOT-test/examples/hello-world/bin/nrf52840-mdk/hello-world.elf | grep 0
0
make: Leaving directory '/home/francisco/workspace/RIOT-test/examples/hello-world'
GO! |
Contribution description
While debugging #12394, I was surprised when I realized that nrf52840-mdk was not in the list of iotlab supported boards.
This PR fixes that.
Testing procedure
Note: this doesn't work without #12394
Issues/PRs references
None